home *** CD-ROM | disk | FTP | other *** search
/ Apple WWDC 1996 / WWDC96_1996 (CD).toast / Technology Materials / MacOS 8 Resources / Developer Tools / Mac OS 8 Interfaces & Libraries / Interfaces / IDLIncludes / KeyTranslation.idl < prev    next >
Text File  |  1996-05-01  |  1KB  |  49 lines

  1. /*
  2.      File:        KeyTranslation.idl
  3.  
  4.      Version:    Technology:    System 8.0
  5.                  Release:    Universal Interfaces 3.0d3 on Copland DR1
  6.  
  7.      Copyright:    © 1984-1996 by Apple Computer, Inc.  All rights reserved.
  8.  
  9.      Bugs?:        If you find a problem with this file, send the file and version
  10.                  information (from above) and the problem description to:
  11.  
  12.                      Internet:    apple.bugs@applelink.apple.com
  13.                      AppleLink:    APPLE.BUGS
  14.  
  15. */
  16. #ifndef __KEYTRANSLATION_IDL__
  17. #define __KEYTRANSLATION_IDL__
  18.  
  19. #include <somobj.idl>
  20. #include <somcls.idl>
  21.  
  22. #ifndef __KEYBOARD_IDL__
  23. #include <Keyboard.idl>
  24. #endif
  25. #ifndef __LOCALEOBJECTS_IDL__
  26. #include <LocaleObjects.idl>
  27. #endif
  28. #ifndef __TEXTINPUTSYSTEM_IDL__
  29. #include <TextInputSystem.idl>
  30. #endif
  31. #ifndef __TYPES_IDL__
  32. #include <Types.idl>
  33. #endif
  34.  
  35. #ifdef __SOMIDL__
  36.  
  37. #if FOR_SYSTEM8_COOPERATIVE
  38. typedef OpaquePtr                KeyTranslationContextRef;
  39.  
  40. typedef LocaleObjectRef            KeyTranslationObjectRef;
  41.  
  42. #endif
  43. /* FOR_SYSTEM8_COOPERATIVE*/
  44.  
  45. #endif /* __SOMIDL__ */
  46.  
  47. #endif /* __KEYTRANSLATION_IDL__ */
  48.  
  49.